From: Magnus Henoch Date: Sun, 14 Jan 2007 23:17:52 +0000 (+0000) Subject: (url-retrieve-internal): Don't use `url-proxy-object'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2840 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=85a2f66b2ba8c05739f9a73bdfe989a64ad5a2e0;p=emacs.git (url-retrieve-internal): Don't use `url-proxy-object'. --- diff --git a/lisp/url/url.el b/lisp/url/url.el index 4ba604203dc..a95c7e39c02 100644 --- a/lisp/url/url.el +++ b/lisp/url/url.el @@ -172,7 +172,6 @@ the list of events, as described in the docstring of `url-retrieve'." (unless (url-type url) (error "Bad url: %s" (url-recreate-url url))) (let ((loader (url-scheme-get-property (url-type url) 'loader)) - (url-proxy-object nil) (url-using-proxy (if (url-host url) (url-find-proxy-for-url url (url-host url)))) (buffer nil)